CNTRLPLANE-3956: Make EnsureGlobalPullSecret e2e test informing - #9167
Conversation
The EnsureGlobalPullSecret validation is flaky and causing frequent e2e failures. Mark the v2 test as Informing so failures are reported as skips rather than suite failures, and remove the v1 call entirely. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@csrwng: This pull request references CNTRLPLANE-3956 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe cluster creation E2E test no longer calls Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9167 +/- ##
==========================================
+ Coverage 44.63% 44.69% +0.06%
==========================================
Files 775 775
Lines 97085 97085
==========================================
+ Hits 43336 43395 +59
+ Misses 50762 50699 -63
- Partials 2987 2991 +4 see 5 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/lgtm |
|
Scheduling tests matching the |
Test Resultse2e-aws
e2e-aks
|
|
/override ci/prow/e2e-aws-4-22 ci/prow/e2e-azure-v2-self-managed ci/prow/e2e-kubevirt-aws-ovn-reduced |
|
@devguyio: Overrode contexts on behalf of devguyio: ci/prow/e2e-aws-4-22, ci/prow/e2e-azure-v2-self-managed, ci/prow/e2e-kubevirt-aws-ovn-reduced DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/verified by e2e tests |
|
@devguyio: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/override ci/prow/e2e-aws ci/prow/e2e-aks ci/prow/e2e-aws-4-22 ci/prow/e2e-aks-4-22 ci/prow/e2e-aws-upgrade-hypershift-operator ci/prow/e2e-v2-aws ci/prow/e2e-v2-gke |
|
@devguyio: Overrode contexts on behalf of devguyio: ci/prow/e2e-aks, ci/prow/e2e-aks-4-22, ci/prow/e2e-aws, ci/prow/e2e-aws-4-22, ci/prow/e2e-aws-upgrade-hypershift-operator, ci/prow/e2e-v2-aws, ci/prow/e2e-v2-gke DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng, devguyio The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@csrwng: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
EnsureGlobalPullSecrettest asInformingso failures are reported as skips instead of failing the suiteEnsureGlobalPullSecretcall fromcreate_cluster_test.gosince standard Go testing has no informing mechanismWhy
The
EnsureGlobalPullSecretvalidation is flaky and causing frequent e2e failures across CI runs. This unblocks CI while the root cause is investigated.Test plan
go vet -tags e2ev2 ./test/e2e/v2/tests/go build ./test/e2e/...EnsureGlobalPullSecretfailures no longer block e2e suite resultsJira: https://redhat.atlassian.net/browse/CNTRLPLANE-3956
🤖 Generated with Claude Code
Summary by CodeRabbit